body {
  font-family: "Montserrat", sans-serif;
  color: white;
}

.auth .btn {
  /*background: transparent;*/
  border: none;
}

.auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  border-radius: 25px;
  border: 1px solid rgba(60, 60, 60, 0.6);
  background: #1C1D1F;
  max-width: 620px;
  width: 100%;
}
.auth {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.auth__title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.auth__subtitle {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 70px;
}

.auth__form {
  position: relative;
  display: flex;
  flex-direction: column;
}

.auth__label {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 10px;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #1C1D1F;
}

.auth__form-input {
  display: flex;
  width: 480px;
  height: 56px;
  padding: 9px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #4A4A4A;
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid #545454;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}

.auth__password-second {
  top: 185px;
}

.auth__password-req {
  color: #EB805E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}

.auth__password-reset {
  color: #266CD6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
}

.auth__form-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.auth__form-btn {
  display: inline-flex;
  padding: 10px 26px 10px 25px;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 100px;
  background: #266CD6;
  margin-bottom: 12px;
}

.auth__account-new {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.auth__account-new-link {
  color: #266CD6;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*# sourceMappingURL=auth.css.map */
